home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / stabilzr.sit / The Stabilizer / card_12908.txt < prev    next >
Text File  |  1989-02-05  |  4KB  |  118 lines

  1. -- card: 12908 from stack: in
  2. -- bmap block id: 14290
  3. -- flags: 4000
  4. -- background id: 11611
  5. -- name: Viewing
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=38 top=4 right=40 bottom=76
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 11030 / 11030
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual barn door close slowly to gray
  23.   visual dissolve
  24.   go stack "Home"
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 3 (field)
  30. -- low flags: 01
  31. -- high flags: 2002
  32. -- rect: left=31 top=47 right=198 bottom=478
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 3
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41.  
  42.  
  43. -- part 4 (button)
  44. -- low flags: 00
  45. -- high flags: 0000
  46. -- rect: left=146 top=146 right=166 bottom=168
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 16816 / 16816
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: PopCard
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   visual barn door close slowly to gray
  58.   visual barn door open slowly
  59.   go card "Expenses"
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 5 (field)
  65. -- low flags: 01
  66. -- high flags: 2007
  67. -- rect: left=31 top=223 right=295 bottom=478
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: 
  76.  
  77.  
  78. -- part 7 (button)
  79. -- low flags: 00
  80. -- high flags: A002
  81. -- rect: left=355 top=314 right=332 bottom=402
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Try It
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   push card
  93.   visual venetian blinds to gray
  94.   visual venetian blinds
  95.   go card "tryIt"
  96.   show card field "viewDemo"
  97.   repeat until the mouse is Down
  98.   end repeat
  99.   get the mouseLoc
  100.   hide card field "viewDemo"
  101.   if item 1 of it > 20 and item 1 of it < 181 and item 2 of it > 56 and item 2 of it < 297 then send mouseDown to card field "expenseDemo"
  102.   if item 1 of it > 52 and item 1 of it < 152 and item 2 of it > 15 and item 2 of it < 40 then send mouseDown to button "Feb"
  103.   if item 1 of it > 235 and item 1 of it < 275 and item 2 of it > 306 and item 2 of it < 339 then send mouseUp to button "Go Back"
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part contents for card part 3
  109. ----- text -----
  110. Your basic expense data will be entered into three types of cards.  The first is an all expenses card which shows a list of all your expenses.  The second is a card for each month which shows the expenses and amounts for that month.  The third type is the totals card which shows the total amounts for each month and the year along with other budgeting information.  To go to the "All Expenses" card click on the       button on any card except a help card.  To go to a month click on the name of the month in a list or on a button.  To go to the "Totals" card click on a "Totals" or "Year Totals" button.
  111.  
  112. -- part contents for card part 5
  113. ----- text -----
  114. You can view all the basic info for an expense item by holding the mouse down on an expense name in any list.  In a second or two a list will pop-up which is also a menu.  You can use it to go to a month card or to make or go to an estimated expense card.  You can also go to the "Year Totals" card and click on the "Print Report" button to print a year summary, a list of expense items and a list for each month.
  115.  
  116. -- part contents for background part 7
  117. ----- text -----
  118. Viewing Expense Data